home *** CD-ROM | disk | FTP | other *** search
/ QuickTime 2.0 Developer Kit / QuickTime 2.0 Developer Kit.iso / mac / MAC / Programming Stuff / Documentation / develop / develop Issue 20 / develop 20 code / QTTextSample / MyTraps.h < prev    next >
Encoding:
Text File  |  1994-07-31  |  273 b   |  16 lines  |  [TEXT/KAHL]

  1. // Simple framework for Macintosh sample code
  2. //
  3. // Nick Thompson, DEVSUPPORT
  4. //
  5. // This file contains the trap detection related headers for the framework.
  6. // 
  7. // 9/16/94    nick    first cut
  8.  
  9.  
  10. #ifndef _TRAPS_H_
  11. #define _TRAPS_H_
  12.  
  13. Boolean    TrapAvailable(short theTrap) ;
  14.  
  15. #endif
  16.